home *** CD-ROM | disk | FTP | other *** search
/ Complete Internet Archive / Complete Internet Archive.iso / Web Boards / WebForum_tar(2).Z / WebForum_tar(2) / WebForum / src / skel.pl < prev    next >
Encoding:
Text File  |  1995-01-19  |  176 b   |  17 lines

  1. #
  2. #
  3. # Copyright (C) 1994 Afzal Ballim
  4.  
  5. ############################################################
  6. #
  7. # WFCommand???:
  8. #
  9. sub WFCommand??? {
  10. local (%in)=@_;
  11.  
  12. return "";
  13. }
  14.  
  15. 1;
  16.